-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 deprecate rolloutAfter in cluster topology #8324
🌱 deprecate rolloutAfter in cluster topology #8324
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow-up: To add an entry for this in the v1.4-to-v1.5 page in the CAPI book once the page is ready.
Is this relevant to provider authors? |
+1 for the deprecation in general Also +1 to cherry-pick into v1.4. In any case we would remove the field with v1beta2, but it's better if we communicate the deprecation / that the field has no function as early as possible. |
2d2d5a9
to
f3654a9
Compare
f3654a9
to
b307ab8
Compare
/lgtm |
LGTM label has been added. Git tree hash: 5c82f749363b5e61f8257ff711950ce60b9eef5a
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.4 |
@killianmuldoon: once the present PR merges, I will cherry-pick it on top of release-1.4 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@killianmuldoon: new pull request created: #8326 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
discussed this on the meeting today, several +1s |
/area clusterclass |
What this PR does / why we need it:
Cluster.spec.topology.rolloutAfter
is currently unused and does not provide any functionality.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Based on: #5218 (comment)